home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gWhichVideoSprite
- clearGlobals()
- set gWhichVideoSprite to 1
- cursor(200)
- end
-
- on hCheckArcMediaVideoTime
- global gWhichVideoSprite
- if the movieTime of sprite gWhichVideoSprite = trackStopTime(sprite(gWhichVideoSprite), 1) then
- cursor(4)
- set the movieTime of sprite gWhichVideoSprite to 0
- set the movieRate of sprite gWhichVideoSprite to 0
- play movie "CONTENTS.DIR"
- end if
- end
-